Clears the data inside a wxListBox or wxListCtrl specified by list.
See Also: delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection
This goes to a ListBox or ListCtrl specified by list and deletes the number in the list corresponding to item. The first item is 0 and it increases as the list goes down.
See Also: clear_list, find_list_string, list_count, list_ensure_visible, set_first_list_item, set_list_selection
Returns the item number of the item in the list with the specified string.
See Also: clear_list, delete_list_item, list_count, list_ensure_visible, set_first_list_item, set_list_selection
Used to count the number of items in a wxListBox.
See Also: clear_list, delete_list_item, find_list_string, list_ensure_visible, set_first_list_item, set_list_selection
See Also: clear_list, delete_list_item, find_list_string, list_count, set_first_list_item, set_list_selection
See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_list_selection
If select is a sequence, the list selection is set to the item with that string, otherwise, select denotes the item index.
See Also: clear_list, delete_list_item, find_list_string, list_count, list_ensure_visible, set_first_list_item